commit | b353eb40bdb4577158e144c98b351756cb50b865 | [log] [tgz] |
---|---|---|
author | Zim <zezeozue@google.com> | Tue Dec 17 15:29:48 2019 +0000 |
committer | Zim <zezeozue@google.com> | Tue Dec 17 15:29:48 2019 +0000 |
tree | 746e22f4c053c07a46ea5895701ce98f17ee295a | |
parent | f039ba9b7ee61e19d27a27e214e5897c5702d4f1 [diff] |
Fix where we populate the FUSE <-> Android logging enums Previously, we were populating this map on every FuseDaemon#Start. This was unnecessary because it's a static map that does not change throughout the life of the FUSE daemon. Now, we populate it statically at process load time. Test: m and still logs Bug: 135341433 Change-Id: I3a460ab44bbaad4707c77e9aa937e20db33ae4d8