AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.ReplApplication Class Reference
Inheritance diagram for com.google.appinventor.components.runtime.ReplApplication:

Public Member Functions

void onCreate ()
 

Static Public Member Functions

static void reportError (Throwable ex, String reportId)
 
static void reportError (Throwable ex)
 
static boolean isAcraActive ()
 

Static Public Attributes

static boolean installed = true
 

Protected Member Functions

void attachBaseContext (Context base)
 

Detailed Description

Subclass of Application. Normally App Inventor apps just use the android.app.Application class as their main application. However we use the ACRA debugging application with the MIT AI Companion app. This class is only pointed to by the Android Manifest if Compiler.java (which builds the Manifest) is building the Wireless version of the MIT AI Companion. In this fashion we only turn on ACRA when using the Wireless MIT AI Companion.

Author
jis@m.nosp@m.it.e.nosp@m.du (Jeffrey I. Schiller)

Definition at line 32 of file ReplApplication.java.

Member Function Documentation

◆ attachBaseContext()

void com.google.appinventor.components.runtime.ReplApplication.attachBaseContext ( Context  base)
protected

Definition at line 47 of file ReplApplication.java.

◆ isAcraActive()

static boolean com.google.appinventor.components.runtime.ReplApplication.isAcraActive ( )
static

Definition at line 86 of file ReplApplication.java.

◆ onCreate()

void com.google.appinventor.components.runtime.ReplApplication.onCreate ( )

Definition at line 59 of file ReplApplication.java.

◆ reportError() [1/2]

static void com.google.appinventor.components.runtime.ReplApplication.reportError ( Throwable  ex)
static

Definition at line 81 of file ReplApplication.java.

◆ reportError() [2/2]

static void com.google.appinventor.components.runtime.ReplApplication.reportError ( Throwable  ex,
String  reportId 
)
static

Definition at line 76 of file ReplApplication.java.

Member Data Documentation

◆ installed

boolean com.google.appinventor.components.runtime.ReplApplication.installed = true
static

Definition at line 44 of file ReplApplication.java.


The documentation for this class was generated from the following file: