Updated on 2026-08-14
This commit is contained in:
parent
59aba143c8
commit
f8590dfa83
21 changed files with 27 additions and 20 deletions
|
|
@ -46,7 +46,7 @@ public class LogFileProvider extends ContentProvider {
|
|||
public ParcelFileDescriptor openFile(Uri uri, String mode)
|
||||
throws FileNotFoundException {
|
||||
|
||||
String LOG_TAG = CLASS_NAME+"-oF";
|
||||
String LOG_TAG = CLASS_NAME + "-oF";
|
||||
|
||||
Log.v(LOG_TAG,
|
||||
"Called with uri: '" + uri + "'." + uri.getLastPathSegment());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue