saintbyte / openbmap

Automatically exported from code.google.com/p/openbmap
Other
1 stars 1 forks source link

Crash while tracking (patch included) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start tracking and watch.

What is the expected output? What do you see instead?
Application crashes for no apparent reason.

What version of the product are you using? On what operating system?
Built from source, revision c4f48ccb716e, on Cyanogenmod 10.1.2.

Please provide any additional information below.
Analysis of the logcat reveals that the app tries to acquire a wakelock 
(WirelessLoggerService.java:372) but is lacking the permission.

For a fix, merge 
http://gitorious.org/openbmap/openbmap/commit/8e150a6db328fd6de79b2fd13be4458987
0648b5 (not tested as I don't have a build environment here.)

Original issue reported on code.google.com by mich...@vonglasow.com on 29 Aug 2013 at 10:37

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting.
Patch included in 
http://code.google.com/p/openbmap/source/detail?r=bda6bb41cc192eb2e2f6438ce95723
7162099b0f

Original comment by wish7code on 29 Aug 2013 at 7:03