• Samuel Tan's avatar
    Fix format specifiers for size_t types · 715dec70
    Samuel Tan authored
    Use %zu instead of %u for logging size_t types, which
    are of the unsigned long type, not the unsigned int type.
    
    BUG: None
    Change-Id: I5af6c2ea544a5f11b283bc9aebe8b5f0cfc605ec
    715dec70
PersistableBundle.cpp 14.9 KB