The document contains stack traces from a java.lang.RuntimeException thrown when stopping a service. The exception is caused by a NullPointerException when attempting to invoke a method on a null object reference, specifically the ondestroy() method of the UDPSocketService class, from within the onDestroy() method of the BridgeService class. This issue occurred multiple times on different dates.
The document contains stack traces from a java.lang.RuntimeException thrown when stopping a service. The exception is caused by a NullPointerException when attempting to invoke a method on a null object reference, specifically the ondestroy() method of the UDPSocketService class, from within the onDestroy() method of the BridgeService class. This issue occurred multiple times on different dates.
The document contains stack traces from a java.lang.RuntimeException thrown when stopping a service. The exception is caused by a NullPointerException when attempting to invoke a method on a null object reference, specifically the ondestroy() method of the UDPSocketService class, from within the onDestroy() method of the BridgeService class. This issue occurred multiple times on different dates.
The document contains stack traces from a java.lang.RuntimeException thrown when stopping a service. The exception is caused by a NullPointerException when attempting to invoke a method on a null object reference, specifically the ondestroy() method of the UDPSocketService class, from within the onDestroy() method of the BridgeService class. This issue occurred multiple times on different dates.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 2
Tue Jul 25 12:30:23 GMT+03:00 2023
java.lang.RuntimeException: Unable to stop service
hsl.p2pipcam.service.BridgeService@ab40bbc: java.lang.NullPointerException: Attempt to invoke virtual method 'void hsl.p2pipcam.service.UDPSocketService.ondestroy()' on a null object reference at android.app.ActivityThread.handleStopService(ActivityThread.java:4974) at android.app.ActivityThread.-$$Nest$mhandleStopService(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2340) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:240) at android.os.Looper.loop(Looper.java:351) at android.app.ActivityThread.main(ActivityThread.java:8381) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void hsl.p2pipcam.service.UDPSocketService.ondestroy()' on a null object reference at hsl.p2pipcam.service.BridgeService.onDestroy(BridgeService.java:287) at android.app.ActivityThread.handleStopService(ActivityThread.java:4954) ... 9 more
Tue Jul 25 12:49:07 GMT+03:00 2023
java.lang.RuntimeException: Unable to stop service hsl.p2pipcam.service.BridgeService@ab40bbc: java.lang.NullPointerException: Attempt to invoke virtual method 'void hsl.p2pipcam.service.UDPSocketService.ondestroy()' on a null object reference at android.app.ActivityThread.handleStopService(ActivityThread.java:4974) at android.app.ActivityThread.-$$Nest$mhandleStopService(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2340) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:240) at android.os.Looper.loop(Looper.java:351) at android.app.ActivityThread.main(ActivityThread.java:8381) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void hsl.p2pipcam.service.UDPSocketService.ondestroy()' on a null object reference at hsl.p2pipcam.service.BridgeService.onDestroy(BridgeService.java:287) at android.app.ActivityThread.handleStopService(ActivityThread.java:4954) ... 9 more
Tue Jul 25 13:05:02 GMT+03:00 2023
java.lang.RuntimeException: Unable to stop service hsl.p2pipcam.service.BridgeService@ab40bbc: java.lang.NullPointerException: Attempt to invoke virtual method 'void hsl.p2pipcam.service.UDPSocketService.ondestroy()' on a null object reference at android.app.ActivityThread.handleStopService(ActivityThread.java:4974) at android.app.ActivityThread.-$$Nest$mhandleStopService(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2340) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:240) at android.os.Looper.loop(Looper.java:351) at android.app.ActivityThread.main(ActivityThread.java:8381) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void hsl.p2pipcam.service.UDPSocketService.ondestroy()' on a null object reference at hsl.p2pipcam.service.BridgeService.onDestroy(BridgeService.java:287) at android.app.ActivityThread.handleStopService(ActivityThread.java:4954) ... 9 more