Files
flipper/desktop
Pascal Hartig 8ff1411f91 Fix screen recording on Android 11
Summary:
Instead of relying on system blocks used, we use the file size reported by ls.
Android 11 seems to be more lazy when it comes to fsync'ing so there's a pretty
good chance that if we just check for with `du` or `ls -ls` we will see an "empty" file
because it hasn't been written to disk yet. By the normal `ls` output instead, we'll
just read the file and see how many bytes it's long, which should be more
accurate in all cases.

Changelog: Fix screen recording for Android 11 beta

Reviewed By: jknoxville

Differential Revision: D22283092

fbshipit-source-id: 6d33ca297f1c0734ab4ffc466d9e483aa1a1bdb5
2020-06-29 07:20:40 -07:00
..
2020-04-30 06:32:34 -07:00
2020-06-29 07:20:40 -07:00
2020-06-25 02:32:47 -07:00
2020-06-25 02:32:47 -07:00
2020-03-20 13:37:41 -07:00
2020-06-25 02:32:47 -07:00
2020-06-25 02:32:47 -07:00
2020-06-03 08:45:16 -07:00
2020-06-26 03:25:27 -07:00
2020-06-25 02:32:47 -07:00
2020-06-25 02:32:47 -07:00
2020-06-25 02:32:47 -07:00
2020-06-25 02:32:47 -07:00
2020-06-19 03:54:49 -07:00
2020-04-24 06:59:38 -07:00
2020-06-19 03:54:49 -07:00
2020-04-01 02:52:01 -07:00
2020-04-01 02:52:01 -07:00
2020-06-26 03:25:27 -07:00