Skip to content

Instantly share code, notes, and snippets.

@papachan
Created November 22, 2012 14:26
Show Gist options
  • Save papachan/4131426 to your computer and use it in GitHub Desktop.
Save papachan/4131426 to your computer and use it in GitHub Desktop.
V/python ( 3896): Extracting public assets.
D/dalvikvm( 3896): GC_FOR_ALLOC freed 1266K, 21% free 9353K/11719K, paused 12ms
I/dalvikvm-heap( 3896): Grow heap (frag case) to 10.194MB for 1048592-byte allocation
D/dalvikvm( 3896): GC_FOR_ALLOC freed 1K, 12% free 10375K/11719K, paused 13ms
I/python ( 3896): extracting background.png
E/python ( 3896): could not open /mnt/sdcard/org.kivy.sshshell/background.png
D/TextLayoutCache( 3896): Using debug level: 0 - Debug Enabled: 0
D/dalvikvm( 3896): GC_CONCURRENT freed 26K, 12% free 10388K/11719K, paused 3ms+3ms
W/python ( 3896): java.io.IOException: open failed: EACCES (Permission denied)
W/python ( 3896): at java.io.File.createNewFile(File.java:940)
W/python ( 3896): at org.renpy.android.PythonActivity.unpackData(PythonActivity.java:198)
W/python ( 3896): at org.renpy.android.PythonActivity.run(PythonActivity.java:214)
W/python ( 3896): at java.lang.Thread.run(Thread.java:856)
W/python ( 3896): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
W/python ( 3896): at libcore.io.Posix.open(Native Method)
W/python ( 3896): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
W/python ( 3896): at java.io.File.createNewFile(File.java:933)
W/python ( 3896): ... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment