This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix screen recording bug on Pixel devices
Summary: Pixels don't seem to allow modifying the modification time of files on the "sdcard". You can repro this by getting a Pixel device and running ``` $ adb shell touch /sdcard/boop $ adb shell touch /sdcard/boop touch: '/sdcard/boop': Invalid argument ``` Access time seems to work, strangely enough, but I'd rather not play games and just create an empty file instead with echo. Reviewed By: danielbuechele Differential Revision: D13941381 fbshipit-source-id: 1321482a07a6698aa5eaf71e5a022c8e7dfe0b18
- Loading branch information