Closed
Bug 957514
Opened 11 years ago
Closed 11 years ago
[gonk-kk] FakeSurfaceComposer hit compile error
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 C2/1.4 S2(17jan)
People
(Reporter: seinlin, Assigned: seinlin)
References
Details
Attachments
(1 file, 1 obsolete file)
1.03 KB,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
In gonk-kk build, FakeSurfaceComposer hit a compile error.
Assignee | ||
Comment 1•11 years ago
|
||
Hi Michael, Can you help me have a look if this is reasonable?
Attachment #8357023 -
Flags: review?(mwu)
Comment 2•11 years ago
|
||
Hm, don't you need to declare these new functions in FakeSurfaceComposer.h ?
Assignee | ||
Comment 4•11 years ago
|
||
Yes, need to declare these in FakeSurfaceComposer.h. Now, MOZ_OMX_DECODE and MOZ_B2G_CAMERA are disabled, so FakeSurfaceComposer.cpp is not compiled. The error is caused by nsAppShell.cpp.
Do you think we need to move android::FakeSurfaceComposer::instantiate() into MOZ_OMX_DECODER condition check?
Assignee | ||
Comment 5•11 years ago
|
||
I'll remove FakeSurfaceComposer.cpp at this moment.
Attachment #8357023 -
Attachment is obsolete: true
Attachment #8357023 -
Flags: review?(mwu)
Attachment #8357102 -
Flags: review?(mwu)
Updated•11 years ago
|
Attachment #8357102 -
Flags: review?(mwu) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C2/1.4 S2(17jan)
Comment 8•10 years ago
|
||
Hi,
We are getting below error due to there is no fake SurfaceFlinger.
Line 649: 09-02 18:50:52.906 I/ServiceManager( 819): Waiting for service SurfaceFlinger...
Line 797: 09-02 18:50:53.906 I/ServiceManager( 819): Waiting for service SurfaceFlinger...
Line 829: 09-02 18:50:54.906 I/ServiceManager( 819): Waiting for service SurfaceFlinger...
Line 859: 09-02 18:50:55.906 I/ServiceManager( 819): Waiting for service SurfaceFlinger...
Line 889: 09-02 18:50:56.906 I/ServiceManager( 819): Waiting for service SurfaceFlinger...
Can any body suggest?
You need to log in
before you can comment on or make changes to this bug.
Description
•