mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues.
This commit is contained in:
parent
2f5a882099
commit
6bb07d7c34
16 changed files with 87 additions and 40 deletions
|
@ -236,7 +236,7 @@ module.exports = function(options) {
|
|||
, data: {
|
||||
serial: message.serial
|
||||
, display: {
|
||||
orientation: message.rotation
|
||||
rotation: message.rotation
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue