Advertisement
souper

Untitled

Sep 9th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. frameworks/base/core/java/android/app/ActivityThread.java:4386: cannot find symbol
  2. symbol : method setTargetHeapMinFree(int)
  3. location: class dalvik.system.VMRuntime
  4. VMRuntime.getRuntime().setTargetHeapMinFree(heapMinFree);
  5. ^
  6. frameworks/base/core/java/android/app/ActivityThread.java:4390: cannot find symbol
  7. symbol : method setTargetHeapConcurrentStart(int)
  8. location: class dalvik.system.VMRuntime
  9. VMRuntime.getRuntime().setTargetHeapConcurrentStart(heapConcurrentStart);
  10. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement