Advertisement
deadman96385

Untitled

Apr 27th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. 04-27 02:59:17.136 3676 3676 D AndroidRuntime: Shutting down VM
  2. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: FATAL EXCEPTION: main
  3. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: Process: com.android.soundrecorder, PID: 3676
  4. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: Theme: themes:{}
  5. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorder}: java.lang.NullPointerException: Attempt to read from null array
  6. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2450)
  7. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2510)
  8. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.ActivityThread.-wrap11(ActivityThread.java)
  9. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1363)
  10. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  11. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
  12. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461)
  13. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  14. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  15. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  16. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to read from null array
  17. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at com.android.soundrecorder.SoundRecorder.onCreate(SoundRecorder.java:491)
  18. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6251)
  19. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
  20. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2403)
  21. 04-27 02:59:17.140 3676 3676 E AndroidRuntime: ... 9 more
  22. 04-27 02:59:17.143 865 1760 W ActivityManager: Force finishing activity com.android.soundrecorder/.SoundRecorder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement