The document reports two instances of a java.lang.RuntimeException occurring when attempting to stop a service. The exception is caused by a null object reference when trying to invoke a method on a null UDPSocketService object during service shutdown. The exception occurs at line 287 in the BridgeService class file.
The document reports two instances of a java.lang.RuntimeException occurring when attempting to stop a service. The exception is caused by a null object reference when trying to invoke a method on a null UDPSocketService object during service shutdown. The exception occurs at line 287 in the BridgeService class file.
The document reports two instances of a java.lang.RuntimeException occurring when attempting to stop a service. The exception is caused by a null object reference when trying to invoke a method on a null UDPSocketService object during service shutdown. The exception occurs at line 287 in the BridgeService class file.
The document reports two instances of a java.lang.RuntimeException occurring when attempting to stop a service. The exception is caused by a null object reference when trying to invoke a method on a null UDPSocketService object during service shutdown. The exception occurs at line 287 in the BridgeService class file.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 1
Mon Oct 02 15:28:12 GMT+03:00 2023
java.lang.RuntimeException: Unable to stop service
hsl.p2pipcam.service.BridgeService@e36a882: 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
Mon Oct 02 18:47:04 GMT+03:00 2023
java.lang.RuntimeException: Unable to stop service hsl.p2pipcam.service.BridgeService@7721964: 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