Razil
Razil
The files are stored on the device's external storage directory. You can verify this by running `Log.i(TAG, "extStorageDir " + Environment.getExternalStorageDirectory().getPath());`
@levirgon That log will show you the path to your external storage directory. It will NOT list files. If there are any recordings then they'll be located inside `CallRecorderTest` assuming...
What device and Android version are you running? Can you post the result of `Log.i(TAG, "extStorageDir " + Environment.getExternalStorageDirectory().getPath());` ?
@oleksiyp any update on this? I'm facing the same issue with **MockK:** `1.9.1`
@oleksiyp It seems to be working with JUnit5, if that helps.
> removing all the UI related logic from View Models >>for this ☝️ , are you referring to this? [/app/src/main/java/beepbeep/pixelsforredditx/ui/comment/CommentViewModel.kt@`master`#L55-L83](https://github.com/worker8/Pixels/blob/master/app/src/main/java/beepbeep/pixelsforredditx/ui/comment/CommentViewModel.kt#L55-L83) Yes, along with [this life-cycle method](https://github.com/worker8/Pixels/blob/03407fb90cb4fe13aad7a574028a8f83681fc7c9/app/src/main/java/beepbeep/pixelsforredditx/ui/comment/CommentViewModel.kt#L33) as the view model...