Merge branch 'gingerbread' into gingerbread-release

This commit is contained in:
The Android Automerger
2010-09-26 12:36:26 -07:00
1588 changed files with 682 additions and 60463 deletions

View File

@@ -100,6 +100,10 @@ public class BadBehaviorActivity extends Activity {
return true;
}
public int appEarlyNotResponding(String processName, int pid, String annotation) {
return 0;
}
public int appNotResponding(String proc, int pid, String st) {
return 0;
}

View File

@@ -291,6 +291,10 @@ public class Monkey {
return false;
}
public int appEarlyNotResponding(String processName, int pid, String annotation) {
return 0;
}
public int appNotResponding(String processName, int pid, String processStats) {
int savedPolicy = StrictMode.allowThreadDiskWrites();
System.err.println("// NOT RESPONDING: " + processName + " (pid " + pid + ")");

Some files were not shown because too many files have changed in this diff Show More