volume_listener: Update prefixes for audio system properties
-Vendor created android properties are required to have vendor prefixes. Update vendor specific audio system property configs Change-Id: I8a0e8a858eba6e63f134cbb0816704b2b75f521f
This commit is contained in:
parent
ef51488fc5
commit
45929186ef
|
@ -677,7 +677,7 @@ static void init_once()
|
|||
|
||||
// check system property to see if dumping is required
|
||||
char check_dump_val[PROPERTY_VALUE_MAX];
|
||||
property_get("audio.volume.listener.dump", check_dump_val, "0");
|
||||
property_get("vendor.audio.volume.listener.dump", check_dump_val, "0");
|
||||
if (atoi(check_dump_val)) {
|
||||
dumping_enabled = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue