libcore|Garbage: Avoid crash at shutdown
Accessing de::Log in anything that gets called after main() has beenexited is not a good idea. Recycling occurs when the global Garbagesis destroyed.
View differences
libcore|Garbage: Avoid crash at shutdown
Accessing de::Log in anything that gets called after main() has been
exited is not a good idea. Recycling occurs when the global Garbages
is destroyed.