splondike / polipoid

Android wrapper for the polipo proxy
GNU General Public License v3.0
35 stars 12 forks source link

no log file found #15

Closed tristan-k closed 7 years ago

tristan-k commented 8 years ago

Using the show log file function results in:

tmp-mksh: <stdin>[4]: cat: /cache_path/polipo.log: No such file or directory

In /data/data/com.polipoid/cache is a polipo.log file with ouput.

splondike commented 8 years ago

@tristan-k Is that tmp-mksh message coming from some Activity you have for viewing text files, or is it coming out of polipoid?

Can you let me know which version of Android you're running, and what Activity you're trying to view the log file with?

tristan-k commented 8 years ago

I'm using Android 4.4.4 and I'm opening the log file with the Amaze File Manager.

splondike commented 8 years ago

Thanks, I'll check it out.

splondike commented 7 years ago

The current version of Amaze (3.1.2 RC3)crashes when you try and open the log file. The reason is that polipoid provides the log file in a read-only fashion. Amaze appears to try and write back to the file immediately when it's opened.

I've raised https://github.com/arpitkh96/AmazeFileManager/issues/558 with Amaze, as I believe polipoid's read-only behaviour is correct.