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
1 file changed