Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a0f58cf authored by bohu's avatar bohu Committed by android-build-merger
Browse files

Merge "Emulator: Enable logcat -Q to run in emulator" am: 406d3b6d am: 5c8080cc

am: 4e093722

Change-Id: I93add2438689c5c02eb2155e68ba8514d8f8b81f
parents c340b2e7 4e093722
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ unix_socket_connect(logpersist, logdr, logd)

# Write to /dev/ttyS2 and /dev/ttyGF2.
allow logpersist serial_device:chr_file { write open };
get_prop(logpersist, qemu_cmdline)
+1 −0
Original line number Diff line number Diff line
type qemu_prop, property_type;
type qemu_cmdline, property_type;
type radio_noril_prop, property_type;
type opengles_prop, property_type;
+1 −0
Original line number Diff line number Diff line
qemu.                   u:object_r:qemu_prop:s0
qemu.cmdline            u:object_r:qemu_cmdline:s0
ro.emu.                 u:object_r:qemu_prop:s0
ro.emulator.            u:object_r:qemu_prop:s0
ro.radio.noril          u:object_r:radio_noril_prop:s0
+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@ set_prop(qemu_props, qemu_prop)
set_prop(qemu_props, dalvik_prop)
set_prop(qemu_props, config_prop)
set_prop(qemu_props, opengles_prop)
set_prop(qemu_props, qemu_cmdline)