Skip to content

Commit bbcac32

Browse files
committed
etchdroid
1 parent 3bb383f commit bbcac32

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

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

etchdroid.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ css: ["projects.css"]
1414
{% include videopages/type1/etchdroid.html %}
1515

1616
#### Description
17-
Reproduce crash
17+
Reproduce crash:
1818
1. in the main activity, click "write apple DMG image" with granting the storage permission
1919

2020
2. select either storage directory (in the menu of "Choose Storage")
@@ -25,4 +25,32 @@ Reproduce crash
2525

2626
#### Aper Outputs
2727
```
28+
API:
29+
<android.os.Environment: java.io.File getExternalStorageDirectory()>
30+
---
31+
PERMISSIONS:
32+
[android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
33+
---
34+
CALLCHAIN:
35+
com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment$7.onClick(android.view.View)void
36+
com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.access$1700(com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment)void
37+
com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.performBackAction()void
38+
com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.populateList(java.lang.String)void
39+
com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.setBundlePathOnUpdate()void
40+
android.os.Environment.getExternalStorageDirectory()java.io.File
41+
42+
======
43+
44+
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
45+
Is Declared: true
46+
Check Sites: NONE
47+
Request Sites: NONE
48+
Has Handle: in <android.app.Fragment: void onRequestPermissionsResult(int,java.lang.String[],int[])>
49+
50+
---
51+
DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
52+
Is Declared: true
53+
Check Sites: NONE
54+
Request Sites: NONE
55+
Has Handle: in <android.app.Fragment: void onRequestPermissionsResult(int,java.lang.String[],int[])>
2856
```

0 commit comments

Comments
 (0)