The launch mode is changed to the previous operation.
Currently, some device was very slow. There is a problem about CPU scheduling.
If a launch request is delivered to the loader process while the loader is
initializing, the loader will be blocked by the CPU scheduling in some devices.
It causes the crash issue of the application.
Change-Id: Ia9f91a98b011ed675a7d70dd3ec08c65e8ce55c5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
const Mode GetMode() const;
private:
- Mode mode_ = Mode::DefaultOperation;
+ Mode mode_ = Mode::PreviousOperation;
};
Config(const Config&) = delete;