Advertisement
Guest User

Logcat

a guest
Sep 20th, 2018
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. 09-20 01:45:13.898 15884-15884/? W/will.counterap: JIT profile information will not be recorded: profile file does not exits.
  2. 09-20 01:45:13.900 15884-15884/? W/will.counterap: JIT profile information will not be recorded: profile file does not exits.
  3. 09-20 01:45:13.991 15884-15884/? W/will.counterap: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
  4. Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
  5. 09-20 01:45:18.352 15884-15884/com.example.will.counterapp E/AndroidRuntime: FATAL EXCEPTION: main
  6. Process: com.example.will.counterapp, PID: 15884
  7. java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setOnClickListener(android.view.View$OnClickListener)' on a null object reference
  8. at com.example.will.counterapp.Counter.createSubButton(Counter.java:112)
  9. at com.example.will.counterapp.Counter.createCounter(Counter.java:71)
  10. at com.example.will.counterapp.MainActivity$1.onClick(MainActivity.java:41)
  11. at android.view.View.performClick(View.java:6597)
  12. at android.view.View.performClickInternal(View.java:6574)
  13. at android.view.View.access$3100(View.java:778)
  14. at android.view.View$PerformClick.run(View.java:25885)
  15. at android.os.Handler.handleCallback(Handler.java:873)
  16. at android.os.Handler.dispatchMessage(Handler.java:99)
  17. at android.os.Looper.loop(Looper.java:193)
  18. at android.app.ActivityThread.main(ActivityThread.java:6669)
  19. at java.lang.reflect.Method.invoke(Native Method)
  20. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  21. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement