Skip to content
Commit d2376279 authored by Garfield Tan's avatar Garfield Tan
Browse files

libhwui: Use wc instead of du to monitor file write

du returns the disk space a file occupies, which isn't guaranteed to be
0 even if the file is empty on all file systems. Use "wc -c" instead to
obtain the file size.

Bug: 184878226
Test: The script waits for the file to have content on file system that
uses disk space to store empty files.
Test: Skia capture still works for Pixel.

Change-Id: Ib5f75b6712b476fc521a531fba029f91f4b281b5
parent 001bc116
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment