I’m working on generating some bitmap files from canvas and in order to debug possible issues I want to dump the bitmap to a file.
The code seems to work correctly but I’m unable to find the file I’m creating on the device. The file is created correctly as I don’t get any error and I’m also able to re-open the file successfully.
I tried to create the file both on data and on shared/data. Both scucceed but when I use connection explorer or SDB to look into the device I don’t find those directories.
All I see on the device is:
/opt/apps/<appID>/shared/res/screen-density-high
/opt/apps/<appID>/shared/trusted
I also tried to pull the whole /opt/apps/appID folder but no luck either.
Any suggestions on where I can find the files I create?
If you’d like more details here is the code and deboug log:
Cannot find created files on Device
Hi,
I’m working on generating some bitmap files from canvas and in order to debug possible issues I want to dump the bitmap to a file.
The code seems to work correctly but I’m unable to find the file I’m creating on the device. The file is created correctly as I don’t get any error and I’m also able to re-open the file successfully.
I tried to create the file both on data and on shared/data. Both scucceed but when I use connection explorer or SDB to look into the device I don’t find those directories.
All I see on the device is:
/opt/apps/<appID>/shared/res/screen-density-high
/opt/apps/<appID>/shared/trusted
I also tried to pull the whole /opt/apps/appID folder but no luck either.
Any suggestions on where I can find the files I create?
If you’d like more details here is the code and deboug log:
Log output:
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio