You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5acf36a added
logging whenever TestStorage calculates a file path, which can occur several times in a test run.
This is unnecessary and spams logcat.
This commit removes most logging, except for the special case where a new directory is chosen
when running as a non system user. And in that case a check is added to ensure the log
only happens once.
PiperOrigin-RevId: 630169476
0 commit comments