Skip to content

Commit 2c7a145

Browse files
committed
one video description
1 parent be91571 commit 2c7a145

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

_includes/videopages/type2/opentopomap.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<div class="col s12 tag-div">
1+
<!-- <div class="col s12 tag-div">
22
<div class="user-content">
33
<p>
44
Description of this bug.
55
</p>
66
</div>
7-
</div>
7+
</div> -->
88

99
<!-- <embed src="/assets/res/videos/NoteBuddy_v1.3.2.mp4" autostart="false"/> -->
1010

opentopomap.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,26 @@ css: ["projects.css"]
55
---
66
---
77

8-
| Device Name | Android Version | App Name | App Version |
8+
| Device Name (left) | Android Version (right) | Device Name (right) | Android Version (right) | App Name | App Version |
99
|:--------------------:|:---------------:|:--------------:|:-----------:|
10-
| Samsung Galaxy Note4 | 6.0.1 | Note Crypt Pro | 1.44 |
10+
| Samsung Galaxy Note4 | 6.0.1 | Nexus 5X | 7.1.1 | OpenTopoMap Viewer | 1.11.6 |
1111

1212
---
1313

1414
{% include videopages/type2/opentopomap.html %}
1515

1616

1717
##### Description
18-
Reproduce crash
19-
1. etc
18+
This crash relates to the API `LocationManager.addNmeaListener()`, whose parameter is `android.location.GpsStatus$NmeaListener` in 23, and `android.location.OnNmeaMessageListener` after 23.
19+
Both versions need `ACCESS_FINE_LOCATION`. In the execution branches, permission is checked at 24 and above, but not checked in 23, thus will crash in 23 if no permission is granted.
2020

2121
##### Aper Outputs
2222
```
23-
etc
23+
<path-to-cwd>/analyzerOutput/org.nitri.opentopo/reports/005-android.location.LocationManager.addNmeaListener(android.location.OnNmeaMessageListener)boolean.txt
24+
23: RvProtectedAPI
25+
24: OnlyC
26+
25: OnlyC
27+
26: OnlyC
28+
27: OnlyC
29+
28: OnlyC
2430
```
25-

0 commit comments

Comments
 (0)