Skip to content

Commit 31af33b

Browse files
committed
railtrip
1 parent d29cdf9 commit 31af33b

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

_includes/videopages/type1/railtrip.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

railtrip.md

+38-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,44 @@ css: ["projects.css"]
88

99
| Device Name | Android Version | App Name | App Version |
1010
|:--------------------:|:---------------:|:--------------:|:-----------:|
11-
| Samsung Galaxy Note4 | 6.0.1 | EtchDroid | 1.5 |
11+
| Xiaomi MIX 2S | 10 | RailTrip | 1.4.1 |
1212

1313
---
1414

15-
{% include videopages/type1/railtrip.html %}
15+
{% include videopages/type1/railtrip.html %}
16+
17+
##### Description
18+
19+
Reproduce crash:
20+
1. Enter the app from the home screen and allow the permission request
21+
2. Go to the system setting and revoke the location permission
22+
3. Back to the app then the app gets stuck, then the app crashes
23+
24+
##### Aper Outputs
25+
26+
```
27+
API:
28+
<android.location.LocationManager: void requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener)>
29+
---
30+
PERMISSIONS:
31+
[android.permission.ACCESS_FINE_LOCATION,android.permission.ACCESS_COARSE_LOCATION]
32+
---
33+
CALLCHAIN:
34+
fr.nocle.passegares.LocationService.onStartCommand(android.content.Intent,int,int)int
35+
android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener)void
36+
37+
======
38+
39+
DANGEROUS: android.permission.ACCESS_FINE_LOCATION
40+
Is Declared: true
41+
Check Sites: NONE
42+
Request Sites: NONE
43+
Has Handle: NONE
44+
45+
---
46+
DANGEROUS: android.permission.ACCESS_COARSE_LOCATION
47+
Is Declared: true
48+
Check Sites: NONE
49+
Request Sites: NONE
50+
Has Handle: NONE
51+
```

0 commit comments

Comments
 (0)