Advertisement
Guest User

FileWriter write failure - debug

a guest
May 23rd, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Android 4.4.4 with & without extSD (XPERIA Sola)
  2. ==================================
  3.  
  4. LEVEL | TAG | TEXT
  5. =======================================
  6. I | chromium | [INFO:CONSOLE(228)] "START FILE WRITE!!", source: <...>
  7. --------------------------------
  8. I | chromium | [INFO:CONSOLE(229)] "CDV dataDirectory: file:///data/data/cdv.filewriter.issue/files/", source: <...>
  9. --------------------------------
  10. W | AssetFilesystem | Asset manifest not found. Recursive copies and directory listing will be slow.
  11. --------------------------------
  12. I | chromium | [INFO:CONSOLE(236)] "resolve FS WIN!!", source: <...>
  13. --------------------------------
  14. I | chromium | [INFO:CONSOLE(243)] "get file WIN!!", source: <...>
  15. --------------------------------
  16. D | TEST | cdvfile://localhost/files/fileWriter.txt: 23
  17. --------------------------------
  18. I | chromium | [INFO:CONSOLE(248)] "Write to file WIN!!", source: <...>
  19.  
  20.  
  21. ANDROID 4.4.2 without sdcard / with sdcard (EMULATOR)
  22. ==========================================
  23. < same output as XPERIA Sola >
  24.  
  25.  
  26. ANDROID 5.0.2 without extSD (XPERIA Z3 Compact)
  27. ===========================
  28.  
  29. LEVEL | TAG | TEXT
  30. =======================================
  31. I | chromium | [INFO:CONSOLE(228)] "START FILE WRITE!!", source: <...>
  32. ---------------------------------------
  33. I | chromium | [INFO:CONSOLE(229)] "CDV dataDirectory: file:///data/data/cdv.filewriter.issue/files/", source: <...>
  34. ---------------------------------------
  35. W | AssetFilesystem | Asset manifest not found. Recursive copies and directory listing will be slow.
  36. ---------------------------------------
  37. I | chromium | [INFO:CONSOLE(236)] "resolve FS WIN!!", source: <...>
  38. ---------------------------------------
  39. I | chromium | [INFO:CONSOLE(243)] "get file WIN!!", source: <...>
  40. ---------------------------------------
  41. W | ContextImpl | Failed to ensure directory: /storage/sdcard1/Android/media/cdv.filewriter.issue
  42. ---------------------------------------
  43. I | chromium | [INFO:CONSOLE(253)] "Write to file FAIL: -- {"type":"error","bubbles":false,"cancelBubble":false,"cancelable":false,"lengthComputable":false,"loaded":0,"total":0,"target":{"fileName":"","length":23,"localURL":"cdvfile://localhost/files/fileWriter.txt","position":0,"readyState":2,"result":null,"error":{"code":6},"onwritestart":null,"onprogress":null,"onwriteend":null,"onabort":null}}", source: <...>
  44.  
  45.  
  46. ANDROID 5.0.2 with extSD
  47. ========================
  48. < same output as 4.4.4 >
  49.  
  50.  
  51. ANDROID 5.0.1 & 5.1.1 without sdcard (EMULATOR)
  52. =====================================
  53. < same output as XPERIA Z3 Compact >
  54.  
  55. ANDROID 5.0.1 & 5.1.1 with sdcard (EMULATOR)
  56. ==================================
  57. < same output as XPERIA Sola >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement