- Status Closed
- Percent Complete
- Task Type Bug Report
- Category
-
Assigned To
outlyer - Operating System Android
- Severity Critical
- Priority Medium
- Reported Version 1.4.2 (rel. 07030)
- Due in Version 1.4.3 (rel. 07031, 14030)
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Network Type Indicator
Opened by outlyer - 11.10.2014
Last edited by outlyer - 11.10.2014
Opened by outlyer - 11.10.2014
Last edited by outlyer - 11.10.2014
FS#259 - FC in Android 2.3.3-2.3.7
Not reproducible. Example stack strace:
java.lang.NullPointerException at net.outlyer.nettype.MonitorService.b(MonitorService.java:316) at net.outlyer.nettype.MonitorService.a(MonitorService.java:292) at net.outlyer.nettype.l.onDataConnectionStateChanged(MonitorService.java:160) at android.telephony.PhoneStateListener$2.handleMessage(PhoneStateListener.java:339) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3683) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:875) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:633) at dalvik.system.NativeStart.main(Native Method)
ID | Project | Summary | Priority | Severity | Assigned To | Progress | |
---|---|---|---|---|---|---|---|
260 | Network Type Indicator | Very Low | Low | outlyer | |||
261 | Network Type Indicator | Low | High | outlyer |
Closed by outlyer
11.10.2014 01:08
Reason for closing: Fixed
Additional comments about closing:
11.10.2014 01:08
Reason for closing: Fixed
Additional comments about closing:
Believed to be fixed in 1.4.3
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Attributed to race condition between notification update (in
onCreate
, running prior) and creation (inonStartCommand
).The same code is in use in the main trunk.