Use internal cache instead of internal files for automatic crashes and logcats
This commit is contained in:
parent
6df27ff3c4
commit
a02fd4151f
|
@ -122,7 +122,7 @@ public class DebuggingUtils {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return context.getFilesDir();
|
return context.getCacheDir();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue